home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / Demo.mdb / Status.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  298b

  1. {
  2.     "schema": {
  3.         "StatusId": "Long Integer",
  4.         "Status": "Text (30) NOT NULL",
  5.         "Hide": "Boolean NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "StatusId": 1,
  10.             "Hide": 0
  11.         },
  12.         {
  13.             "StatusId": 2,
  14.             "Status": "Open",
  15.             "Hide": 0
  16.         },
  17.         {
  18.             "StatusId": 3,
  19.             "Status": "On Hold",
  20.             "Hide": 0
  21.         },
  22.         {
  23.             "StatusId": 4,
  24.             "Status": "In Process",
  25.             "Hide": 0
  26.         },
  27.         {
  28.             "StatusId": 5,
  29.             "Status": "Closed",
  30.             "Hide": 0
  31.         }
  32.     ]
  33. }